home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3iadfrm.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  872 b   |  38 lines

  1.  
  2. // JavaScript wrapper for r3iadfrm.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IADEFORM_H = 1;
  7. include("real/intact/r3intact.js")
  8.  
  9.  
  10. var R3CLID_IADEFORM = 185;
  11.  
  12.  
  13.  
  14.  
  15. R3IADFRMA_TransformFunc = 185500;
  16. function GetR3IADFRMA_TransformFunc() {
  17.   return R3ToJS(R3Get(this.r3obj, R3IADFRMA_TransformFunc, R3TID_OBJECT, 0)); 
  18. }
  19.  
  20. R3IADFRMA_MutualLastPoint = 185501;
  21. function GetR3IADFRMA_MutualLastPoint() {
  22.   return R3Get(this.r3obj, R3IADFRMA_MutualLastPoint, R3TID_INTEGER, 0); 
  23. }
  24.  
  25.  
  26.  
  27. function r3Iadeform () { 
  28.    this.base = r3God;
  29.    if(arguments.length) {
  30.       this.base(R3CLID_IADEFORM, arguments);
  31.    }
  32.    // Attributes
  33.    this.GetTransformFunc=GetR3IADFRMA_TransformFunc;
  34.    this.GetMutualLastPoint=GetR3IADFRMA_MutualLastPoint;
  35. }
  36.  
  37. r3Iadeform.prototype=new r3Intact;
  38. // r3iadfrm.h_H